home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d23 / wd_408.arc / RUN.BAT < prev    next >
DOS Batch File  |  1990-09-27  |  574b  |  22 lines

  1. @if "%1" == "" goto wrong
  2.  
  3. @echo  Put an empty formated 5¼" 360kByte diskette in the drive
  4.  
  5. @pause  Press a key ....
  6.  
  7. dsk2file d %1 watchdog.dsk
  8. goto end
  9.  
  10. :wrong
  11.  
  12. @echo To start this BAT-file type in:
  13. @echo            RUN  'drive'
  14.  
  15. @echo 'drive' is your 5¼" 360kByte floppy disk drive  [ A: or B: ......]
  16. @echo You need also an empty formated floppy diskette
  17. @echo  If you have less space to copy command.com onto this diskette
  18. @echo  then copy watchdog.doc to an other disk(ette) and delete it
  19. @echo  from this diskette.
  20. @echo Please start again
  21. :end
  22.